Write(Object,Action<DataReference,StatusSettingType>) Method
Initiate the process to write the value to the reference. System will call back to update the write status thereafter.
Syntax
Parameters
- value
- The value to be written
- writeStatusChangedAction
- The call back for the write status. The DataReference is the reference to be written; The StatusSettingType contains the status of the Write operation.
Return Value
The status of the initiation process
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also